Tangent half-angle substitution
Part of a series of articles about |
Calculus |
---|
In integral calculus, the tangent half-angle substitution is a change of variables used for evaluating integrals, which converts a rational function of trigonometric functions of [math]\displaystyle{ x }[/math] into an ordinary rational function of [math]\displaystyle{ t }[/math] by setting [math]\displaystyle{ t = \tan \tfrac x2 }[/math]. This is the one-dimensional stereographic projection of the unit circle parametrized by angle measure onto the real line. The general[1] transformation formula is:
[math]\displaystyle{ \int f(\sin x, \cos x)\, dx =\int f{\left(\frac{2t}{1+t^2},\frac{1-t^2}{1+t^2}\right)} \frac{2\,dt}{1+t^2}. }[/math]
The tangent of half an angle is important in spherical trigonometry and was sometimes known in the 17th century as the half tangent or semi-tangent.[2] Leonhard Euler used it to evaluate the integral [math]\displaystyle{ \int dx / (a + b\cos x) }[/math] in his 1768 integral calculus textbook,[3] and Adrien-Marie Legendre described the general method in 1817.[4]
The substitution is described in most integral calculus textbooks since the late 19th century, usually without any special name.[5] It is known in Russia as the universal trigonometric substitution,[6] and also known by variant names such as half-tangent substitution or half-angle substitution. It is sometimes misattributed as the Weierstrass substitution.[7] Michael Spivak called it the "world's sneakiest substitution".[8]
The substitution
Introducing a new variable [math]\displaystyle{ t=\tan\tfrac x2, }[/math] sines and cosines can be expressed as rational functions of [math]\displaystyle{ t, }[/math] and [math]\displaystyle{ dx }[/math] can be expressed as the product of [math]\displaystyle{ dt }[/math] and a rational function of [math]\displaystyle{ t, }[/math] as follows: [math]\displaystyle{ \sin x = \frac{2t}{1 + t^2}, \quad \cos x = \frac{1 - t^2}{1 + t^2}, \quad \text{and} \quad dx = \frac{2}{1 + t^2}\,dt. }[/math]
Similar expressions can be written for tan x, cot x, sec x, and csc x.
Derivation
Using the double-angle formulas [math]\displaystyle{ \sin x = 2 \sin \tfrac x2 \cos \tfrac x2 }[/math] and [math]\displaystyle{ \cos x = \cos^2 \tfrac x2 - \sin^2 \tfrac x2 }[/math] and introducing denominators equal to one by the Pythagorean identity [math]\displaystyle{ 1 = \cos^2 \tfrac x2 + \sin^2 \tfrac x2 }[/math] results in
[math]\displaystyle{ \begin{align} \sin x &= \frac {2\sin \tfrac x2\, \cos \tfrac x2}{\cos^2\tfrac x2 + \sin^2 \tfrac x2} = \frac{2\tan \tfrac x2}{1+\tan^2 \tfrac x2} = \frac{2t}{1 + t^2}, \\[18mu] \cos x &= \frac {\cos^2 \tfrac x2 - \sin^2 \tfrac x2}{\cos^2 \tfrac x2 + \sin^2 \tfrac x2} = \frac{1-\tan^2 \tfrac x2}{1 + \tan^2 \tfrac x2} = \frac{1 - t^2}{1 + t^2}.\end{align} }[/math]
Finally, since [math]\displaystyle{ t = \tan \tfrac x2 }[/math], differentiation rules imply
[math]\displaystyle{ dt = \tfrac12\left(1+\tan^2 \tfrac x2\right) dx = \frac{1+t^2}2 \, dx, }[/math] and thus [math]\displaystyle{ dx=\frac{2}{1 + t^2} \, dt. }[/math]
Examples
Antiderivative of cosecant
[math]\displaystyle{ \begin{align} \int\csc x\,dx&=\int\frac{dx}{\sin x} \\[6pt] &=\int \left(\frac{1 + t^2}{2t}\right) \left(\frac{2}{1 + t^2}\right)dt && t = \tan\tfrac x2 \\[6pt] &=\int\frac{dt}{t} \\[6pt] &=\ln |t |+ C \\[6pt] &=\ln \left|\tan\tfrac x2 \right| + C. \end{align} }[/math]
We can confirm the above result using a standard method of evaluating the cosecant integral by multiplying the numerator and denominator by [math]\displaystyle{ \csc x - \cot x }[/math] and performing the substitution [math]\displaystyle{ u = \csc x - \cot x, }[/math] [math]\displaystyle{ du = \left(-\csc x \cot x + \csc^2 x\right)\,dx }[/math]. [math]\displaystyle{ \begin{align} \int \csc x \,dx &= \int \frac{\csc x (\csc x - \cot x)}{\csc x - \cot x} \, dx \\[6pt] &= \int \frac{\left(\csc^2 x - \csc x \cot x\right)\,dx}{\csc x - \cot x} \qquad u = \csc x - \cot x \\[6pt] &= \int \frac{du}{u} \\[6pt] &= \ln |u| + C \\[6pt] &= \ln\left|\csc x - \cot x\right| + C. \end{align} }[/math]
These two answers are the same because [math]\displaystyle{ \csc x - \cot x = \tan \tfrac x2\colon }[/math]
[math]\displaystyle{ \begin{align} \csc x - \cot x &= \frac{1}{\sin x} - \frac{\cos x}{\sin x} \\[6pt] &= \frac{1+t^2}{2t} - \frac{1-t^2}{1+t^2}\frac{1+t^2}{2t} \qquad\qquad t = \tan \tfrac x2 \\[6pt] &= \frac{2t^2}{2t} = t \\[6pt] &= \tan \tfrac x2 \end{align} }[/math]
The secant integral may be evaluated in a similar manner.
A definite integral
[math]\displaystyle{ \begin{align} \int_0^{2\pi}\frac{dx}{2+\cos x} &= \int_0^\pi \frac{dx}{2+\cos x} + \int_\pi^{2\pi} \frac{dx}{2+\cos x} \\[6pt] &=\int_0^\infty \frac{2\,dt}{3 + t^2} + \int_{-\infty}^0 \frac{2\,dt}{3 + t^2} & t &= \tan\tfrac x2 \\[6pt] &=\int_{-\infty}^\infty \frac{2\,dt}{3+t^2} \\[6pt] &=\frac{2}{\sqrt 3}\int_{-\infty}^\infty \frac{du}{1+u^2} & t &= u\sqrt 3 \\[6pt] &=\frac{2\pi}{\sqrt 3}. \end{align} }[/math]
In the first line, one cannot simply substitute [math]\displaystyle{ t=0 }[/math] for both limits of integration. The singularity (in this case, a vertical asymptote) of [math]\displaystyle{ t=\tan\tfrac x2 }[/math] at [math]\displaystyle{ x=\pi }[/math] must be taken into account. Alternatively, first evaluate the indefinite integral, then apply the boundary values. [math]\displaystyle{ \begin{align} \int \frac{dx}{2 + \cos x} &= \int \frac{1}{2 + \frac{1-t^2}{1+t^2}} \frac{2\,dt}{t^2+1} && t = \tan\tfrac x2 \\[6pt] &= \int \frac{2\, dt}{2(t^2+1)+(1-t^2)} = \int \frac{2\,dt}{t^2+3}\\[6pt] &= \frac{2}{3} \int \frac{dt}{\bigl(t \big/ \sqrt 3\bigr)^2 + 1} && u = t \big/ \sqrt 3\\[6pt] &= \frac{2}{\sqrt 3} \int \frac{du}{u^2 + 1} && \tan \theta = u \\[6pt] &= \frac{2}{\sqrt 3} \int \cos^2 \theta \sec^2 \theta \,d\theta = \frac{2}{\sqrt 3} \int d\theta\\[6pt] &= \frac{2}{\sqrt 3} \theta + C = \frac{2}{\sqrt 3} \arctan \left( \frac{t}{\sqrt 3}\right) + C\\[6pt] &= \frac{2}{\sqrt 3} \arctan \left( \frac{\tan\tfrac x2}{\sqrt3}\right) + C. \end{align} }[/math] By symmetry, [math]\displaystyle{ \begin{align} \int_{0}^{2\pi} \frac{dx}{2 + \cos x} &= 2 \int_{0}^{\pi} \frac{dx}{2 + \cos x} = \lim_{b \rightarrow \pi} \frac{4}{\sqrt3} \arctan \left( \frac{\tan\tfrac x2}{\sqrt3}\right) \Biggl|_{0}^{b}\\[6pt] &= \frac{4}{\sqrt3} \Biggl[ \lim_{b \rightarrow \pi} \arctan \left(\frac{\tan\tfrac b2}{\sqrt3}\right) - \arctan (0) \Biggl] = \frac{4}{\sqrt 3} \left( \frac{\pi}{2} - 0\right) = \frac{2\pi}{\sqrt 3}, \end{align} }[/math] which is the same as the previous answer.
Third example: both sine and cosine
[math]\displaystyle{ \begin{align} \int \frac{dx}{a\cos x + b\sin x +c} &= \int \frac{2\,dt}{a(1-t^2) + 2bt + c(t^2+1)} \\[6pt] &= \int \frac{2\,dt}{(c-a)t^2 +2bt+a+c} \\[6pt] &= \frac{2}{\sqrt{c^2-(a^2+b^2)}} \arctan \left(\frac{(c-a)\tan\tfrac x2 + b}{\sqrt{c^2-(a^2+b^2)}}\right) + C \end{align} }[/math] if [math]\displaystyle{ c^2-(a^2+b^2)\gt 0. }[/math]
Geometry
As x varies, the point (cos x, sin x) winds repeatedly around the unit circle centered at (0, 0). The point
[math]\displaystyle{ \left(\frac{1-t^2}{1+t^2}, \frac{2t}{1+t^2}\right) }[/math]
goes only once around the circle as t goes from −∞ to +∞, and never reaches the point (−1, 0), which is approached as a limit as t approaches ±∞. As t goes from −∞ to −1, the point determined by t goes through the part of the circle in the third quadrant, from (−1, 0) to (0, −1). As t goes from −1 to 0, the point follows the part of the circle in the fourth quadrant from (0, −1) to (1, 0). As t goes from 0 to 1, the point follows the part of the circle in the first quadrant from (1, 0) to (0, 1). Finally, as t goes from 1 to +∞, the point follows the part of the circle in the second quadrant from (0, 1) to (−1, 0).
Here is another geometric point of view. Draw the unit circle, and let P be the point (−1, 0). A line through P (except the vertical line) is determined by its slope. Furthermore, each of the lines (except the vertical line) intersects the unit circle in exactly two points, one of which is P. This determines a function from points on the unit circle to slopes. The trigonometric functions determine a function from angles to points on the unit circle, and by combining these two functions we have a function from angles to slopes.
Hyperbolic functions
As with other properties shared between the trigonometric functions and the hyperbolic functions, it is possible to use hyperbolic identities to construct a similar form of the substitution, [math]\displaystyle{ t = \tanh \tfrac x2 }[/math]:
[math]\displaystyle{ \sinh x = \frac{2t}{1 - t^2}, \quad \cosh x = \frac{1 + t^2}{1 - t^2}, \quad \text{and} \quad dx = \frac{2}{1- t^2}\,dt. }[/math]
Similar expressions can be written for tanh x, coth x, sech x, and csch x. Geometrically, this change of variables is a one-dimensional stereographic projection of the hyperbolic line onto the real interval, analogous to the Poincaré disk model of the hyperbolic plane.
See also
- Rational curve
- Stereographic projection
- Tangent half-angle formula
- Trigonometric substitution
- Euler substitution
Further reading
- Courant, Richard (1937). "1.4.6. Integration of Some Other Classes of Functions §1–3". Differential and Integral Calculus. 1. Blackie & Son. pp. 234–237. https://archive.org/details/differentialinte0001cour/page/234.
- Edwards, Joseph (1921). "§1.6.193". A Treatise on the Integral Calculus. 1. Macmillan. pp. 187–188. https://archive.org/details/treatiseonintegr01edwauoft/page/187.
- Hardy, Godfrey Harold (1905). "VI. Transcendental functions". The integration of functions of a single variable. Cambridge. pp. 42–51. https://archive.org/details/integrationoffun00hardrich/page/42. Second edition 1916, pp. 52–62
- Hermite, Charles (1873). "Intégration des fonctions transcendentes". Cours d'analyse de l'école polytechnique. 1. Gauthier-Villars. pp. 320–380. https://archive.org/details/coursdanalysedel01hermuoft/page/320.
Notes and references
- ↑ Other trigonometric functions can be written in terms of sine and cosine.
- ↑ Gunter, Edmund (1673). The Works of Edmund Gunter. Francis Eglesfield. https://archive.org/details/worksofedmundgun00gunt/. p. 73
- ↑ Euler, Leonhard (1768). "§1.1.5.261 Problema 29". Institutiones calculi integralis. I. Impensis Academiae Imperialis Scientiarum. pp. 148–150. http://eulerarchive.maa.org/docs/originals/E342sec1ch5.pdf. E342, Translation by Ian Bruce.
Also see Lobatto, Rehuel (1832). "19. Note sur l'intégration de la fonction ∂z / (a + b cos z)". Crelle's Journal 9: 259–260. https://archive.org/details/journalfurdierei9101unse/page/n268. - ↑ Legendre, Adrien-Marie (1817). Exercices de calcul intégral. 2. Courcier. https://archive.org/details/exercicescalculi02legerich. p. 245–246.
- ↑ For example, in chronological order, }} }} }} }} | Edwards, Joseph (1921). A Treatise on the Integral Calculus. 1. MacMillan. pp. 187–188. https://archive.org/details/treatiseonintegr01edwauoft/page/188. }} | Peterson, Thurman S. (1950). Elements of Calculus. Harper & Brothers. pp. 201–202. https://archive.org/details/elementsofcalcul00pete/page/201/. }} }} | Rogawski, Jon (2011). Calculus: Early Transcendentals (2nd ed.). Macmillan. p. 435. ISBN 9781429231848. https://books.google.com/books?id=rn4paEb8izYC&pg=PA435. }}
- ↑ Piskunov, Nikolai (1969). Differential and Integral Calculus. Mir. p. 379. https://archive.org/details/n.-piskunov-differential-and-integral-calculus-mir-1969/page/379/. Zaitsev, V. V.; Ryzhkov, V. V.; Skanavi, M. I. (1978). Elementary Mathematics: A Review Course. Mir. p. 388. https://catalog.hathitrust.org/Record/000248796.
- ↑
In 1966 William Eberlein attributed this substitution to Karl Weierstrass (1815–1897):
Eberlein, William Frederick (1966). "The Circular Function(s)". Mathematics Magazine 39 (4): 197–201. doi:10.1080/0025570X.1966.11975715. "(Equations (3) [[math]\displaystyle{ x = \cos \theta }[/math]], (4) [[math]\displaystyle{ y = \sin \theta }[/math]], (5) [[math]\displaystyle{ t = \tan \tfrac\theta2 }[/math]] are, of course, the familiar half-angle substitutions introduced by Weierstrass to integrate rational functions of sine, cosine.)".
Two decades later, James Stewart mentioned Weirstrass when discussing the substitution in his popular calculus textbook, first published in 1987:
Stewart, James (1987). "§7.5 Rationalizing substitutions". Calculus. Brooks/Cole. p. 431. ISBN 9780534066901. https://archive.org/details/calculus00stew_3/page/431. "The German mathematician Karl Weierstrass (1815–1897) noticed that the substitution t = tan(x/2) will convert any rational function of sin x and cos x into an ordinary rational function."
Later authors, citing Stewart, have sometimes referred to this as the Weierstrass substitution, for instance:
}} Neither Eberlein nor Stewart provided any evidence for the attribution to Weierstrass. A related substitution appears in Weierstrass’s Mathematical Works, from an 1875 lecture wherein Weierstrass credits Carl Gauss (1818) with the idea of solving an integral of the form [math]\displaystyle{ \int d\psi\, H(\sin \psi, \cos \psi) \big/ \sqrt{G(\sin \psi, \cos \psi)} }[/math] by the substitution [math]\displaystyle{ t = -\cot(\psi/2). }[/math]- Jeffrey, David J.; Rich, Albert D. (1994). "The evaluation of trigonometric integrals avoiding spurious discontinuities". Transactions on Mathematical Software 20 (1): 124–135. doi:10.1145/174603.174409.
- Merlet, Jean-Pierre (2004). "A Note on the History of Trigonometric Functions". in Ceccarelli, Marco. International Symposium on History of Machines and Mechanisms. Kluwer. pp. 195–200. doi:10.1007/1-4020-2204-2_16. ISBN 978-1-4020-2203-6. https://ia800201.us.archive.org/15/items/springer_10.1007-1-4020-2204-2/10.1007-1-4020-2204-2.pdf#page=205.
Weierstrass, Karl (1915). "8. Bestimmung des Integrals ...". Mathematische Werke von Karl Weierstrass. 6. Mayer & Müller. pp. 89–99. https://archive.org/details/mathematischewer06weieuoft/page/89.
- ↑ Spivak, Michael (1967). "Ch. 9, problems 9–10". Calculus. Benjamin. pp. 325–326. https://archive.org/details/CalculusSpivak/page/n337/.
External links
Original source: https://en.wikipedia.org/wiki/Tangent half-angle substitution.
Read more |